home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Astound 5.0
/
Astound v5.0 (R0202-30-500-0)(Astound, Inc.)(1998).iso
/
Install
/
data1.cab
/
Program_Executable_Files
/
Programs
/
MCITMPL
/
MIDI.AMT
< prev
next >
Wrap
INI File
|
1998-03-17
|
1KB
|
75 lines
[MCITemplates]
PlayNormal=Play
PlayPos=Play From Position
PlayTrans=Play During Transition
PlayTempo=Play At Tempo
[Script PlayNormal Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTempo Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
[Entry]
play {ALIAS}
set {ALIAS} tempo {BEATS PER MINUTE}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayPos Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
set {ALIAS} time format tmsf
seek {ALIAS} to {TIME}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTrans Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
play {ALIAS}
[Entry]
pause {ALIAS}
[Exit]
play {ALIAS}
[Ending]
stop {ALIAS}
close {ALIAS}
[Script End]